fc4823d245
It's not used. Change-Id: I713d60209815f0aad93f5d4d3afef9f825db427e Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2393 Reviewed-by: David Hendricks <dhendrix@chromium.org> Tested-by: build bot (Jenkins)
15 lines
266 B
Text
15 lines
266 B
Text
config CPU_SAMSUNG_EXYNOS
|
|
bool
|
|
default n
|
|
|
|
config CPU_SAMSUNG_EXYNOS5
|
|
depends on ARCH_ARMV7
|
|
select CPU_SAMSUNG_EXYNOS
|
|
select HAVE_UART_SPECIAL
|
|
select DEFAULT_EARLY_CONSOLE
|
|
bool
|
|
default n
|
|
|
|
if CPU_SAMSUNG_EXYNOS5
|
|
source src/cpu/samsung/exynos5250/Kconfig
|
|
endif
|