150 lines
3.2 KiB
Plaintext

menu "Generic Driver Options"
# Qisda, Asaku Chen {
config QISDA_QD060B00
bool "QISDA QD060B00"
default n
help
Say Y here, and a list of supported qisda_e600 will be displayed.
This option doesn't affect the kernel.
choice
depends on QISDA_QD060B00
prompt "QISDA_QD060B00"
default QISDA_QD060N00_DVT1_1
config QISDA_QD060N00_DVT1_1
bool "DVT1_1"
---help---
QISDA_QD060N00_DVT1_1
config QISDA_E600_DVT1
bool "DVT1"
---help---
QISDA_E600_DVT1
config QISDA_E600_EVT2
bool "EVT2"
---help---
QISDA_E600_EVT2
config QISDA_E600_EVT0
bool "EVT0"
---help---
QISDA_E600_EVT0
endchoice
# Qisda, Asaku Chen }
# Qisda, Asaku Chen {
config QISDA_QD090B00
bool "QISDA QD090B00"
default n
help
Say Y here, and a list of supported QD090B00 will be displayed.
This option doesn't affect the kernel.
choice
depends on QISDA_QD090B00
prompt "QISDA_QD090B00"
default QISDA_QD090B00_EVT1
config QISDA_QD090B00_EVT1
bool "EVT1"
---help---
QISDA_QD090B00_EVT1
endchoice
# Qisda, Asaku Chen }
# Qisda, Tim Huang {
config QISDA_AS090B00
bool "QISDA AS090B00"
default n
help
Say Y here, and a list of supported model AS090B00 will be displayed.
This option doesn't affect the kernel.
choice
depends on QISDA_AS090B00
prompt "qisda as090b00"
default QISDA_AS090B00_EVT1
config QISDA_AS090B00_EVT1
bool "EVT1"
---help---
QISDA_AS090B00_EVT1
config QISDA_AS090B00_EVT1_1
bool "EVT1_1"
---help---
QISDA_AS090B00_EVT1_1
endchoice
# Qisda, Tim Huang }
#Qisda Qube{
config QISDA_BADBLOCK_CHECK
bool "QISDA_BADBLOCK_CHECK"
default n
help
QISDA_BADBLOCK_CHECK
#Qisda Qube}
config STANDALONE
bool "Select only drivers that don't need compile-time external firmware" if EXPERIMENTAL
default y
help
Select this option if you don't have magic firmware for drivers that
need it.
If unsure, say Y.
config PREVENT_FIRMWARE_BUILD
bool "Prevent firmware from being built"
default y
help
Say yes to avoid building firmware. Firmware is usually shipped
with the driver, and only when updating the firmware a rebuild
should be made.
If unsure say Y here.
config FW_LOADER
tristate "Userspace firmware loading support"
depends on HOTPLUG
---help---
This option is provided for the case where no in-kernel-tree modules
require userspace firmware loading support, but a module built outside
the kernel tree does.
config DEBUG_DRIVER
bool "Driver Core verbose debug messages"
depends on DEBUG_KERNEL
help
Say Y here if you want the Driver core to produce a bunch of
debug messages to the system log. Select this if you are having a
problem with the driver core and want to see more of what is
going on.
If you are unsure about this, say N here.
config DEBUG_DEVRES
bool "Managed device resources verbose debug messages"
depends on DEBUG_KERNEL
help
This option enables kernel parameter devres.log. If set to
non-zero, devres debug messages are printed. Select this if
you are having a problem with devres or want to debug
resource management for a managed device. devres.log can be
switched on and off from sysfs node.
If you are unsure about this, Say N here.
config SYS_HYPERVISOR
bool
default n
endmenu