Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83154
b: refs/heads/master
c: 2d33d56
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Nilsson authored and Linus Torvalds committed Feb 5, 2008
1 parent 1b48b00 commit 50a6850
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 3 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: 7e02dbf7249b1eadeb8b225f1af98701cd1320cc
refs/heads/master: 2d33d563b1e2b4748c585e3169f46481e897c829
5 changes: 3 additions & 2 deletions trunk/arch/cris/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,16 @@ config ETRAX_FLASH_BUSWIDTH
Width in bytes of the Flash bus (1, 2 or 4). Is usually 2.

source arch/cris/arch-v10/Kconfig
source arch/cris/arch-v32/Kconfig

endmenu

source "net/Kconfig"

# bring in ETRAX built-in drivers
menu "Drivers for built-in interfaces"
# arch/cris/arch is a symlink to correct arch (arch-v10 or arch-v32)
source arch/cris/arch/drivers/Kconfig
source arch/cris/arch-v10/drivers/Kconfig
source arch/cris/arch-v32/drivers/Kconfig

endmenu

Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/cris/arch-v10/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
if ETRAX_ARCH_V10

# ETRAX 100LX v1 has a MMU "feature" requiring a low mapping
config CRIS_LOW_MAP
bool
Expand Down Expand Up @@ -451,3 +453,5 @@ config ETRAX_POWERBUTTON_BIT
default "25"
help
Configure where power button is connected.

endif
4 changes: 4 additions & 0 deletions trunk/arch/cris/arch-v10/drivers/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
if ETRAX_ARCH_V10

config ETRAX_ETHERNET
bool "Ethernet support"
depends on ETRAX_ARCH_V10
Expand Down Expand Up @@ -806,3 +808,5 @@ config ETRAX_DS1302_TRICKLE_CHARGE
1 = 2kohm, 2 = 4kohm, 3 = 4kohm
4 = 1 diode, 8 = 2 diodes
Allowed values are (increasing current): 0, 11, 10, 9, 7, 6, 5

endif
4 changes: 4 additions & 0 deletions trunk/arch/cris/arch-v32/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
if ETRAX_ARCH_V32

config ETRAX_DRAM_VIRTUAL_BASE
hex
depends on ETRAX_ARCH_V32
Expand Down Expand Up @@ -294,3 +296,5 @@ config ETRAX_DEF_GIO_PE_OUT
help
Configures the initial data for the general port E bits. Most
products should use 00000 here.

endif
4 changes: 4 additions & 0 deletions trunk/arch/cris/arch-v32/drivers/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
if ETRAX_ARCH_V32

config ETRAX_ETHERNET
bool "Ethernet support"
depends on ETRAX_ARCH_V32
Expand Down Expand Up @@ -610,3 +612,5 @@ config ETRAX_STREAMCOPROC
help
This option enables a driver for the stream co-processor
for cryptographic operations.

endif

0 comments on commit 50a6850

Please sign in to comment.