diff options
Diffstat (limited to 'arch/arm/mach-picoxcell/Kconfig')
-rw-r--r-- | arch/arm/mach-picoxcell/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-picoxcell/Kconfig b/arch/arm/mach-picoxcell/Kconfig new file mode 100644 index 000000000000..868796f8085c --- /dev/null +++ b/arch/arm/mach-picoxcell/Kconfig | |||
@@ -0,0 +1,14 @@ | |||
1 | config ARCH_PICOXCELL | ||
2 | bool "Picochip PicoXcell" if ARCH_MULTI_V6 | ||
3 | select ARCH_REQUIRE_GPIOLIB | ||
4 | select ARM_PATCH_PHYS_VIRT | ||
5 | select ARM_VIC | ||
6 | select CPU_V6K | ||
7 | select DW_APB_TIMER | ||
8 | select DW_APB_TIMER_OF | ||
9 | select GENERIC_CLOCKEVENTS | ||
10 | select GENERIC_GPIO | ||
11 | select HAVE_TCM | ||
12 | select NO_IOPORT | ||
13 | select SPARSE_IRQ | ||
14 | select USE_OF | ||