mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 20:23:57 +08:00
15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
|
config ARCH_PICOXCELL
|
||
|
bool "Picochip PicoXcell" if ARCH_MULTI_V6
|
||
|
select ARCH_REQUIRE_GPIOLIB
|
||
|
select ARM_PATCH_PHYS_VIRT
|
||
|
select ARM_VIC
|
||
|
select CPU_V6K
|
||
|
select DW_APB_TIMER
|
||
|
select DW_APB_TIMER_OF
|
||
|
select GENERIC_CLOCKEVENTS
|
||
|
select GENERIC_GPIO
|
||
|
select HAVE_TCM
|
||
|
select NO_IOPORT
|
||
|
select SPARSE_IRQ
|
||
|
select USE_OF
|