ckfwq/linux-3.0.4/arch/arm/mach-bcmring/Kconfig

22 lines
352 B
Plaintext
Raw Permalink Normal View History

2024-12-30 10:53:50 +08:00
choice
prompt "Processor selection in BCMRING family of devices"
depends on ARCH_BCMRING
default ARCH_BCM11107
config ARCH_FPGA11107
bool "FPGA11107"
config ARCH_BCM11107
bool "BCM11107"
endchoice
menu "BCMRING Options"
depends on ARCH_BCMRING
config BCM_ZRELADDR
hex "Compressed ZREL ADDR"
endmenu
# source "drivers/char/bcmring/Kconfig"