2012-12-08 02:18:43 +01:00
|
|
|
config CPU_SAMSUNG_EXYNOS
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config CPU_SAMSUNG_EXYNOS5
|
|
|
|
depends on ARCH_ARMV7
|
|
|
|
select CPU_SAMSUNG_EXYNOS
|
2013-02-06 14:24:12 +01:00
|
|
|
select HAVE_UART_SPECIAL
|
|
|
|
# TODO remove EARLY_CONSOLE when we can run ramstage without early UART
|
|
|
|
# init.
|
|
|
|
select EARLY_CONSOLE
|
2012-12-08 02:18:43 +01:00
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config SKIP_LOWLEVEL_INIT
|
|
|
|
bool "Skip low-level init"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Certain functions (ie PLL init) and processor features may already be
|
|
|
|
handled by masked ROM code.
|
|
|
|
|
|
|
|
if CPU_SAMSUNG_EXYNOS5
|
|
|
|
source src/cpu/samsung/exynos5250/Kconfig
|
|
|
|
endif
|