irqchip/s3c24xx: Mark init_eint as __maybe_unused
[linux/fpc-iii.git] / arch / arm / mach-zx / Kconfig
blob446334a25cf5c6f0db61a9c10558e6c1e57b7823
1 menuconfig ARCH_ZX
2         bool "ZTE ZX family" if ARCH_MULTI_V7
3         help
4           Support for ZTE ZX-based family of processors. TV
5           set-top-box processor is supported. More will be
6           added soon.
8 if ARCH_ZX
10 config SOC_ZX296702
11         def_bool y
12         select ARM_GIC
13         select ARM_GLOBAL_TIMER
14         select HAVE_ARM_SCU if SMP
15         select HAVE_ARM_TWD if SMP
16         select PM_GENERIC_DOMAINS if PM
17         help
18           Support for ZTE ZX296702 SoC which is a dual core CortexA9MP
19 endif