diff options
author | Dave Jones <davej@redhat.com> | 2005-11-21 21:32:30 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-22 09:13:44 -0800 |
commit | 6c52f1377d9cc4bedec5d4e1e3b22756b8978399 (patch) | |
tree | ac765f9841be4364237ef1012969e4da28a4ef41 | |
parent | 79e448bf2d71d52d28c99be4faff9cc51928f90b (diff) | |
download | linux-stable-6c52f1377d9cc4bedec5d4e1e3b22756b8978399.tar.gz linux-stable-6c52f1377d9cc4bedec5d4e1e3b22756b8978399.tar.bz2 linux-stable-6c52f1377d9cc4bedec5d4e1e3b22756b8978399.zip |
[PATCH] dell_rbu driver depends on x86[64]
This driver only appears on IA32 & EM64T boxes.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/firmware/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index b6815c6c29a2..1e371a510dd2 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig @@ -60,6 +60,7 @@ config EFI_PCDP config DELL_RBU tristate "BIOS update support for DELL systems via sysfs" + depends on X86 select FW_LOADER help Say m if you want to have the option of updating the BIOS for your |