Commit dadfb803 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] PA-RISC PDC stable storage driver

Add PDC stable storage driver.  Also reorganise PA-RISC Kconfig a little.
Signed-off-by: default avatarThibaut VARENE <varenet@parisc-linux.org>
Signed-off-by: default avatarMatthew Wilcox <willy@parisc-linux.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9db8b2dd
...@@ -110,6 +110,14 @@ config IOMMU_SBA ...@@ -110,6 +110,14 @@ config IOMMU_SBA
# help # help
# Say Y here for V-class PCI, DMA/IOMMU, IRQ subsystem support. # 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 config SUPERIO
bool "SuperIO (SuckyIO) support" bool "SuperIO (SuckyIO) support"
depends on PCI_LBA depends on PCI_LBA
...@@ -144,9 +152,18 @@ config PDC_CHASSIS ...@@ -144,9 +152,18 @@ config PDC_CHASSIS
If unsure, say Y. If unsure, say Y.
source "drivers/pcmcia/Kconfig" config PDC_STABLE
tristate "PDC Stable Storage support"
source "drivers/pci/hotplug/Kconfig" 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 endmenu
...@@ -22,5 +22,6 @@ obj-$(CONFIG_EISA) += eisa.o eisa_enumerator.o eisa_eeprom.o ...@@ -22,5 +22,6 @@ obj-$(CONFIG_EISA) += eisa.o eisa_enumerator.o eisa_eeprom.o
obj-$(CONFIG_SUPERIO) += superio.o obj-$(CONFIG_SUPERIO) += superio.o
obj-$(CONFIG_CHASSIS_LCD_LED) += led.o obj-$(CONFIG_CHASSIS_LCD_LED) += led.o
obj-$(CONFIG_PDC_STABLE) += pdc_stable.o
obj-y += power.o obj-y += power.o
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment