X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fparisc%2FKconfig;h=3f5de867acd7cb4b9dd7229194e8c14f7bdea840;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=aa88c41004dffb06e21a63bc4194dad6e207d53d;hpb=daddc0d38b3571bed170afa273a49a0eba090c1e;p=linux-2.6.git diff --git a/drivers/parisc/Kconfig b/drivers/parisc/Kconfig index aa88c4100..3f5de867a 100644 --- a/drivers/parisc/Kconfig +++ b/drivers/parisc/Kconfig @@ -110,6 +110,14 @@ config IOMMU_SBA # help # Say Y here for V-class PCI, DMA/IOMMU, IRQ subsystem support. +source "drivers/pcmcia/Kconfig" + +source "drivers/pci/hotplug/Kconfig" + +endmenu + +menu "PA-RISC specific drivers" + config SUPERIO bool "SuperIO (SuckyIO) support" depends on PCI_LBA @@ -144,9 +152,18 @@ config PDC_CHASSIS If unsure, say Y. -source "drivers/pcmcia/Kconfig" - -source "drivers/pci/hotplug/Kconfig" - +config PDC_STABLE + tristate "PDC Stable Storage support" + depends on SYSFS + default y + help + Say Y here if you want to enable support for accessing Stable Storage + variables (PDC non volatile variables such as Primary Boot Path, + Console Path, Autoboot, Autosearch, etc) through SysFS. + + If unsure, say Y. + + To compile this driver as a module, choose M here. + The module will be called pdc_stable. endmenu