aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/Kconfig
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2006-12-04 18:03:00 -0500
committerDavid Woodhouse <dwmw2@infradead.org>2006-12-10 06:43:21 -0500
commitdffbc42b5adfc77a4165de9f170304eb596de3f4 (patch)
tree7650df0b763bbd8e66d1f2cba09807dcad554b7a /drivers/mtd/maps/Kconfig
parenta2c2fe4b242cb9c62951ae154594cffbb94ab2ad (diff)
[MTD] ESB2ROM uses PCI
ESB2ROM uses PCI interface functions. With CONFIG_PCI=n: drivers/mtd/maps/esb2rom.c: In function 'esb2rom_init_one': drivers/mtd/maps/esb2rom.c:167: warning: implicit declaration of function 'pci_dev_get' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r--drivers/mtd/maps/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index 4a51a3d639be..7aac68a62f8c 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -195,7 +195,7 @@ config MTD_ICHXROM
195 195
196config MTD_ESB2ROM 196config MTD_ESB2ROM
197 tristate "BIOS flash chip on Intel ESB Controller Hub 2" 197 tristate "BIOS flash chip on Intel ESB Controller Hub 2"
198 depends on X86 && MTD_JEDECPROBE 198 depends on X86 && MTD_JEDECPROBE && PCI
199 help 199 help
200 Support for treating the BIOS flash chip on ESB2 motherboards 200 Support for treating the BIOS flash chip on ESB2 motherboards
201 as an MTD device - with this you can reprogram your BIOS. 201 as an MTD device - with this you can reprogram your BIOS.