42 lines
765 B
Plaintext

# arch/arm/mach-s3c2416/Kconfig
#
# Copyright 2007 Simtec Electronics
#
# Licensed under GPLv2
config CPU_S3C2416
bool
depends on ARCH_S3C2410
select S3C2416_PM if PM
select S3C2416_DMA if S3C2410_DMA
help
Support for the S3C2416 SoC from the S3C24XX line
config S3C2416_DMA
bool
depends on CPU_S3C2416
help
Internal config node for S3C2416 DMA support
config S3C2416_PM
bool
help
Internal config node to apply S3C2450 power management
menu "S3C2416 Machines"
config MACH_SMDK2416
bool "SMDK2416"
select CPU_S3C2416
select MACH_SMDK
help
Say Y here if you are using an SMDK2416
config MACH_CYBOOK_ORIZON
bool "Bookeen Cybook Orizon"
select CPU_S3C2416
select MACH_SMDK
help
Say Y here if you are using a Cybook Orizon
endmenu