blob: abfc0494e69f016b21bd20000e457849645ff57e [file] [log] [blame]
config CPU_SAMSUNG_EXYNOS
bool
default n
config CPU_SAMSUNG_EXYNOS5
depends on ARCH_ARMV7
select CPU_SAMSUNG_EXYNOS
select EARLY_SERIAL_CONSOLE
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