xref: /openbmc/linux/drivers/misc/cb710/Kconfig (revision 5f5bac8272be791b67c7b7b411e7c8c5847e598a)
1*5f5bac82SMichał Mirosławconfig CB710_CORE
2*5f5bac82SMichał Mirosław	tristate "ENE CB710/720 Flash memory card reader support"
3*5f5bac82SMichał Mirosław	depends on PCI
4*5f5bac82SMichał Mirosław	help
5*5f5bac82SMichał Mirosław	  This option enables support for PCI ENE CB710/720 Flash memory card
6*5f5bac82SMichał Mirosław	  reader found in some laptops (ie. some versions of HP Compaq nx9500).
7*5f5bac82SMichał Mirosław
8*5f5bac82SMichał Mirosław	  You will also have to select some flash card format drivers (MMC/SD,
9*5f5bac82SMichał Mirosław	  MemoryStick).
10*5f5bac82SMichał Mirosław
11*5f5bac82SMichał Mirosław	  This driver can also be built as a module. If so, the module
12*5f5bac82SMichał Mirosław	  will be called cb710.
13*5f5bac82SMichał Mirosław
14*5f5bac82SMichał Mirosławconfig CB710_DEBUG
15*5f5bac82SMichał Mirosław	bool "Enable driver debugging"
16*5f5bac82SMichał Mirosław	depends on CB710_CORE != n
17*5f5bac82SMichał Mirosław	default n
18*5f5bac82SMichał Mirosław	help
19*5f5bac82SMichał Mirosław	  This is an option for use by developers; most people should
20*5f5bac82SMichał Mirosław	  say N here.  This adds a lot of debugging output to dmesg.
21*5f5bac82SMichał Mirosław
22