mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-25 15:13:35 +00:00
[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>
This commit is contained in:
parent
a2c2fe4b24
commit
dffbc42b5a
@ -195,7 +195,7 @@ config MTD_ICHXROM
|
|||||||
|
|
||||||
config MTD_ESB2ROM
|
config MTD_ESB2ROM
|
||||||
tristate "BIOS flash chip on Intel ESB Controller Hub 2"
|
tristate "BIOS flash chip on Intel ESB Controller Hub 2"
|
||||||
depends on X86 && MTD_JEDECPROBE
|
depends on X86 && MTD_JEDECPROBE && PCI
|
||||||
help
|
help
|
||||||
Support for treating the BIOS flash chip on ESB2 motherboards
|
Support for treating the BIOS flash chip on ESB2 motherboards
|
||||||
as an MTD device - with this you can reprogram your BIOS.
|
as an MTD device - with this you can reprogram your BIOS.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user