drivers/misc: Move conditional compilation to Makefile

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD
2008-08-13 01:40:40 +02:00
parent 65e41ea054
commit 55d6d2d39f
9 changed files with 9 additions and 22 deletions

View File

@@ -346,7 +346,7 @@ extern unsigned char scsi_sym53c8xx_ccf;
/*
* NS87308 Configuration
*/
#define CFG_NS87308 /* Nat Semi super-io cntr on ISA bus */
#define CONFIG_NS87308 /* Nat Semi super-io cntr on ISA bus */
#define CFG_NS87308_BADDR_10 1
#define CFG_NS87308_DEVS (CFG_NS87308_UART1 | \
CFG_NS87308_UART2 | \

View File

@@ -214,7 +214,7 @@
/*
* NS87308 Configuration
*/
#define CFG_NS87308 /* Nat Semi super-io controller on ISA bus */
#define CONFIG_NS87308 /* Nat Semi super-io controller on ISA bus */
#define CFG_NS87308_BADDR_10 1

View File

@@ -246,7 +246,7 @@
/*
* NS87308 Configuration
*/
#define CFG_NS87308 /* Nat Semi super-io controller on ISA bus */
#define CONFIG_NS87308 /* Nat Semi super-io controller on ISA bus */
#define CFG_NS87308_BADDR_10 1

View File

@@ -214,7 +214,7 @@
/*
* NS87308 Configuration
*/
#define CFG_NS87308 /* Nat Semi super-io controller on ISA bus */
#define CONFIG_NS87308 /* Nat Semi super-io controller on ISA bus */
#define CFG_NS87308_BADDR_10 1