Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105095
b: refs/heads/master
c: c0b8556
h: refs/heads/master
i:
  105093: 0dba669
  105091: 878a6cc
  105087: 5cb3272
v: v3
  • Loading branch information
Dmitry Baryshkov authored and Russell King committed Jul 9, 2008
1 parent f26e5a1 commit 2e1ccb3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 39 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: c7b4f5ba07a16d2c84ac6cc312488cc6cc0db518
refs/heads/master: c0b8556f2f8146bd38324b14b1ce00f249ba8ed9
48 changes: 10 additions & 38 deletions trunk/arch/arm/mach-pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@ endmenu

endif

menu "Select target boards"

config ARCH_GUMSTIX
bool "Gumstix XScale boards"
help
Say Y here if you intend to run this kernel on a
Gumstix Full Function Minature Computer.

config MACH_GUMSTIX_F
bool "Basix, Connex, ws-200ax, ws-400ax systems"
depends on ARCH_GUMSTIX
select PXA25x

config ARCH_LUBBOCK
bool "Intel DBPXA250 Development Platform"
select PXA25x
Expand Down Expand Up @@ -157,6 +160,10 @@ config MACH_TRIZEPS4
bool "Keith und Koep Trizeps4 DIMM-Module"
select PXA27x

config MACH_TRIZEPS4_CONXS
bool "ConXS Eval Board"
depends on MACH_TRIZEPS4

config MACH_EM_X270
bool "CompuLab EM-x270 platform"
select PXA27x
Expand Down Expand Up @@ -192,17 +199,10 @@ config MACH_PCM027
select IWMMXT
select PXA_SSP

endmenu

choice
prompt "Used baseboard"
depends on MACH_PCM027

config MACH_PCM990_BASEBOARD
bool "PHYTEC PCM-990 development board"
select HAVE_PWM

endchoice
depends on MACH_PCM027

choice
prompt "display on pcm990"
Expand All @@ -219,34 +219,6 @@ config PCM990_DISPLAY_NONE

endchoice

if ARCH_GUMSTIX

choice
prompt "Select target Gumstix board"

config MACH_GUMSTIX_F
bool "Basix, Connex, ws-200ax, ws-400ax systems"
select PXA25x

endchoice

endif


if MACH_TRIZEPS4

choice
prompt "Select base board for Trizeps 4 module"

config MACH_TRIZEPS4_CONXS
bool "ConXS Eval Board"

config MACH_TRIZEPS4_ANY
bool "another Board"

endchoice

endif

endmenu

Expand Down

0 comments on commit 2e1ccb3

Please sign in to comment.