Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94096
b: refs/heads/master
c: 7ae9392
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Petazzoni authored and Linus Torvalds committed Apr 28, 2008
1 parent 49b0b7f commit a70c534
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d83fd8a26769c75d51a6b05d8dcb3e36302dd8ba
refs/heads/master: 7ae9392c0a3bc01562361bb21e23dfb2e5c81c5a
12 changes: 9 additions & 3 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ config GENERIC_GPIO
config ARCH_MAY_HAVE_PC_FDC
def_bool y

config DMI
def_bool y

config RWSEM_GENERIC_SPINLOCK
def_bool !X86_XADD

Expand Down Expand Up @@ -485,6 +482,15 @@ config HPET_EMULATE_RTC

# Mark as embedded because too many people got it wrong.
# The code disables itself when not needed.
config DMI
default y
bool "Enable DMI scanning" if EMBEDDED
help
Enabled scanning of DMI to identify machine quirks. Say Y
here unless you have verified that your setup is not
affected by entries in the DMI blacklist. Required by PNP
BIOS code.

config GART_IOMMU
bool "GART IOMMU support" if EMBEDDED
default y
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/dmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ static inline int dmi_check_system(const struct dmi_system_id *list) { return 0;
static inline const char * dmi_get_system_info(int field) { return NULL; }
static inline const struct dmi_device * dmi_find_device(int type, const char *name,
const struct dmi_device *from) { return NULL; }
static inline void dmi_scan_machine(void) { return; }
static inline int dmi_get_year(int year) { return 0; }
static inline int dmi_name_in_vendors(const char *s) { return 0; }
#define dmi_available 0
Expand Down

0 comments on commit a70c534

Please sign in to comment.