File tree Expand file tree Collapse file tree 17 files changed +17
-77
lines changed Expand file tree Collapse file tree 17 files changed +17
-77
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ config SUPERH
2929 select HAVE_ARCH_KGDB
3030 select HAVE_ARCH_SECCOMP_FILTER
3131 select HAVE_ARCH_TRACEHOOK
32- select HAVE_COPY_THREAD_TLS
3332 select HAVE_DEBUG_BUGVERBOSE
3433 select HAVE_DEBUG_KMEMLEAK
3534 select HAVE_DYNAMIC_FTRACE
Original file line number Diff line number Diff line change 1111#include <linux/sched.h>
1212#include <linux/time.h>
1313#include <linux/bcd.h>
14- #include <linux/rtc.h>
1514#include <linux/spinlock.h>
1615#include <linux/io.h>
1716#include <linux/rtc.h>
Original file line number Diff line number Diff line change @@ -27,13 +27,12 @@ CONFIG_NETFILTER=y
2727CONFIG_ATALK=m
2828CONFIG_BLK_DEV_LOOP=y
2929CONFIG_BLK_DEV_RAM=y
30- CONFIG_IDE=y
31- CONFIG_BLK_DEV_IDECD=y
32- CONFIG_BLK_DEV_OFFBOARD=y
33- CONFIG_BLK_DEV_GENERIC=y
34- CONFIG_BLK_DEV_AEC62XX=y
30+ CONFIG_ATA=y
31+ CONFIG_ATA_GENERIC=y
32+ CONFIG_PATA_ATP867X=y
3533CONFIG_SCSI=y
3634CONFIG_BLK_DEV_SD=y
35+ CONFIG_BLK_DEV_SR=y
3736CONFIG_SCSI_MULTI_LUN=y
3837CONFIG_MD=y
3938CONFIG_BLK_DEV_MD=m
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ CONFIG_IP_PNP=y
2020# CONFIG_IPV6 is not set
2121# CONFIG_FW_LOADER is not set
2222CONFIG_BLK_DEV_RAM=y
23- CONFIG_IDE=y
24- CONFIG_BLK_DEV_IDECD=y
2523CONFIG_NETDEVICES=y
2624CONFIG_NET_ETHERNET=y
2725CONFIG_SMC91X=y
Original file line number Diff line number Diff line change @@ -44,16 +44,14 @@ CONFIG_NET_SCHED=y
4444CONFIG_PARPORT=y
4545CONFIG_BLK_DEV_LOOP=y
4646CONFIG_BLK_DEV_RAM=y
47- CONFIG_IDE=y
48- CONFIG_BLK_DEV_IDECD=y
49- CONFIG_BLK_DEV_PLATFORM=y
50- CONFIG_BLK_DEV_GENERIC=y
5147CONFIG_BLK_DEV_SD=y
5248CONFIG_BLK_DEV_SR=y
5349CONFIG_CHR_DEV_SG=y
5450CONFIG_SCSI_SPI_ATTRS=y
5551CONFIG_SCSI_FC_ATTRS=y
5652CONFIG_ATA=y
53+ CONFIG_ATA_GENERIC=y
54+ CONFIG_PATA_PLATFORM=y
5755CONFIG_MD=y
5856CONFIG_BLK_DEV_DM=y
5957CONFIG_NETDEVICES=y
Original file line number Diff line number Diff line change @@ -116,9 +116,6 @@ CONFIG_MTD_UBI_GLUEBI=m
116116CONFIG_BLK_DEV_LOOP=y
117117CONFIG_BLK_DEV_CRYPTOLOOP=y
118118CONFIG_BLK_DEV_RAM=y
119- CONFIG_IDE=y
120- CONFIG_BLK_DEV_IDECD=y
121- CONFIG_BLK_DEV_PLATFORM=y
122119CONFIG_BLK_DEV_SD=y
123120CONFIG_BLK_DEV_SR=y
124121CONFIG_SCSI_MULTI_LUN=y
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ CONFIG_MTD_BLOCK=y
2929CONFIG_MTD_CFI=y
3030CONFIG_MTD_CFI_AMDSTD=y
3131CONFIG_MTD_ROM=y
32- CONFIG_IDE=y
3332CONFIG_SCSI=y
3433CONFIG_NETDEVICES=y
3534CONFIG_NET_ETHERNET=y
Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ CONFIG_IP_PNP_RARP=y
3939CONFIG_BLK_DEV_LOOP=y
4040CONFIG_BLK_DEV_NBD=y
4141CONFIG_BLK_DEV_RAM=y
42- CONFIG_IDE=y
43- CONFIG_BLK_DEV_IDECD=m
44- CONFIG_BLK_DEV_IDETAPE=m
4542CONFIG_SCSI=m
4643CONFIG_BLK_DEV_SD=m
4744CONFIG_BLK_DEV_SR=m
Original file line number Diff line number Diff line change @@ -63,8 +63,7 @@ config PVR2_DMA
6363
6464config G2_DMA
6565 tristate "G2 Bus DMA support"
66- depends on SH_DREAMCAST
67- select SH_DMA_API
66+ depends on SH_DREAMCAST && SH_DMA_API
6867 help
6968 This enables support for the DMA controller for the Dreamcast's
7069 G2 bus. Drivers that want this will generally enable this on
Original file line number Diff line number Diff line change 1616#include <cpu/gpio.h>
1717#endif
1818
19- #define ARCH_NR_GPIOS 512
2019#include <asm-generic/gpio.h>
2120
2221#ifdef CONFIG_GPIOLIB
You can’t perform that action at this time.
0 commit comments