File tree Expand file tree Collapse file tree 15 files changed +0
-930
lines changed Expand file tree Collapse file tree 15 files changed +0
-930
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ CONFIG_EXPERT=y
10
10
CONFIG_SLAB=y
11
11
CONFIG_MACH_TX49XX=y
12
12
CONFIG_TOSHIBA_RBTX4927=y
13
- CONFIG_TOSHIBA_RBTX4938=y
14
13
CONFIG_TOSHIBA_RBTX4939=y
15
- CONFIG_TOSHIBA_RBTX4938_MPLEX_KEEP=y
16
14
# CONFIG_SECCOMP is not set
17
15
CONFIG_PCI=y
18
16
CONFIG_MODULES=y
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ BOARD_VEC(jmr3927_vec)
6
6
BOARD_VEC (rbtx4927_vec )
7
7
BOARD_VEC (rbtx4937_vec )
8
8
#endif
9
- #ifdef CONFIG_TOSHIBA_RBTX4938
10
- BOARD_VEC (rbtx4938_vec )
11
- #endif
12
9
#ifdef CONFIG_TOSHIBA_RBTX4939
13
10
BOARD_VEC (rbtx4939_vec )
14
11
#endif
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ obj-$(CONFIG_SOC_TX4927) += pci-tx4927.o
51
51
obj-$(CONFIG_SOC_TX4938) += pci-tx4938.o
52
52
obj-$(CONFIG_SOC_TX4939) += pci-tx4939.o
53
53
obj-$(CONFIG_TOSHIBA_RBTX4927) += fixup-rbtx4927.o
54
- obj-$(CONFIG_TOSHIBA_RBTX4938) += fixup-rbtx4938.o
55
54
obj-$(CONFIG_VICTOR_MPC30X) += fixup-mpc30x.o
56
55
obj-$(CONFIG_ZAO_CAPCELLA) += fixup-capcella.o
57
56
obj-$(CONFIG_MIKROTIK_RB532) += pci-rc32434.o ops-rc32434.o fixup-rc32434.o
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,14 +39,6 @@ config TOSHIBA_RBTX4927
39
39
This Toshiba board is based on the TX4927 processor. Say Y here to
40
40
support this machine type
41
41
42
- config TOSHIBA_RBTX4938
43
- bool "Toshiba RBTX4938 board"
44
- depends on MACH_TX49XX
45
- select SOC_TX4938
46
- help
47
- This Toshiba board is based on the TX4938 processor. Say Y here to
48
- support this machine type
49
-
50
42
config TOSHIBA_RBTX4939
51
43
bool "Toshiba RBTX4939 board"
52
44
depends on MACH_TX49XX
@@ -105,25 +97,5 @@ config PICMG_PCI_BACKPLANE_DEFAULT
105
97
depends on PCI && MACH_TXX9
106
98
default y if !TOSHIBA_FPCIB0
107
99
108
- if TOSHIBA_RBTX4938
109
-
110
- comment "Multiplex Pin Select"
111
- choice
112
- prompt "PIO[58:61]"
113
- default TOSHIBA_RBTX4938_MPLEX_PIO58_61
114
-
115
- config TOSHIBA_RBTX4938_MPLEX_PIO58_61
116
- bool "PIO"
117
- config TOSHIBA_RBTX4938_MPLEX_NAND
118
- bool "NAND"
119
- config TOSHIBA_RBTX4938_MPLEX_ATA
120
- bool "ATA"
121
- config TOSHIBA_RBTX4938_MPLEX_KEEP
122
- bool "Keep firmware settings"
123
-
124
- endchoice
125
-
126
- endif
127
-
128
100
config PCI_TX4927
129
101
bool
Original file line number Diff line number Diff line change @@ -14,5 +14,4 @@ obj-$(CONFIG_TOSHIBA_JMR3927) += jmr3927/
14
14
# Toshiba RBTX49XX boards
15
15
#
16
16
obj-$(CONFIG_TOSHIBA_RBTX4927) += rbtx4927/
17
- obj-$(CONFIG_TOSHIBA_RBTX4938) += rbtx4938/
18
17
obj-$(CONFIG_TOSHIBA_RBTX4939) += rbtx4939/
Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ obj-$(CONFIG_SOC_TX4927) += mem_tx4927.o setup_tx4927.o irq_tx4927.o
10
10
obj-$(CONFIG_SOC_TX4938) += mem_tx4927.o setup_tx4938.o irq_tx4938.o
11
11
obj-$(CONFIG_SOC_TX4939) += setup_tx4939.o irq_tx4939.o
12
12
obj-$(CONFIG_TOSHIBA_FPCIB0) += smsc_fdc37m81x.o
13
- obj-$(CONFIG_SPI) += spi_eeprom.o
14
13
obj-$(CONFIG_TXX9_7SEGLED) += 7segled.o
Original file line number Diff line number Diff line change @@ -315,11 +315,6 @@ static void __init select_board(void)
315
315
txx9_board_vec = & rbtx4937_vec ;
316
316
break ;
317
317
#endif
318
- #ifdef CONFIG_TOSHIBA_RBTX4938
319
- case 0x4938 :
320
- txx9_board_vec = & rbtx4938_vec ;
321
- break ;
322
- #endif
323
318
#ifdef CONFIG_TOSHIBA_RBTX4939
324
319
case 0x4939 :
325
320
txx9_board_vec = & rbtx4939_vec ;
You can’t perform that action at this time.
0 commit comments