ARM: integrator: move CONFIG_ARCH_CINTEGRATOR to Kconfig
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
e702146ee5
commit
f39ff195af
|
|
@ -9,9 +9,13 @@ config ARCH_INTEGRATOR_AP
|
||||||
|
|
||||||
config ARCH_INTEGRATOR_CP
|
config ARCH_INTEGRATOR_CP
|
||||||
bool "Support Integrator/CP platform"
|
bool "Support Integrator/CP platform"
|
||||||
|
select ARCH_CINTEGRATOR
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
config ARCH_CINTEGRATOR
|
||||||
|
bool
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Integrator core module select"
|
prompt "Integrator core module select"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@
|
||||||
#include "integrator-common.h"
|
#include "integrator-common.h"
|
||||||
|
|
||||||
/* Integrator CP-specific configuration */
|
/* Integrator CP-specific configuration */
|
||||||
#define CONFIG_ARCH_CINTEGRATOR
|
|
||||||
#define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer 1 is clocked at 1Mhz */
|
#define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer 1 is clocked at 1Mhz */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue