Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305404
b: refs/heads/master
c: 5042ab9
h: refs/heads/master
v: v3
  • Loading branch information
Richard Kuo committed May 22, 2012
1 parent 833d206 commit c832883
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 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: 393a86af71b5bc6b11eac8e1594fb8be4c2ce84c
refs/heads/master: 5042ab91c4272e158748180ae70a2e097f9e90e3
21 changes: 4 additions & 17 deletions trunk/arch/hexagon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ config HEXAGON
# select ARCH_REQUIRE_GPIOLIB
# select HAVE_CLK
# select IRQ_PER_CPU
select HAVE_IRQ_WORK
# select GENERIC_PENDING_IRQ if SMP
select HAVE_IRQ_WORK
select GENERIC_ATOMIC64
select HAVE_PERF_EVENTS
select HAVE_GENERIC_HARDIRQS
Expand All @@ -26,7 +26,7 @@ config HEXAGON
select NO_IOPORT
select GENERIC_IOMAP
select GENERIC_SMP_IDLE_THREAD
# mostly generic routines, with some accelerated ones
select STACKTRACE_SUPPORT
---help---
Qualcomm Hexagon is a processor architecture designed for high
performance and low power across a wide variety of applications.
Expand Down Expand Up @@ -73,15 +73,6 @@ config GENERIC_CSUM
config GENERIC_IRQ_PROBE
def_bool y

#config ZONE_DMA
# bool
# default y

config HAS_DMA
bool
select HAVE_DMA_ATTRS
default y

config NEED_SG_DMA_LENGTH
def_bool y

Expand Down Expand Up @@ -114,14 +105,11 @@ config GENERIC_BUG
def_bool y
depends on BUG

config BUG
def_bool y

menu "Machine selection"

choice
prompt "System type"
default HEXAGON_ARCH_V2
default HEXAGON_COMET

config HEXAGON_COMET
bool "Comet Board"
Expand Down Expand Up @@ -194,8 +182,7 @@ source "kernel/Kconfig.hz"
source "kernel/time/Kconfig"

config GENERIC_GPIO
bool "Generic GPIO support"
default n
def_bool n

endmenu

Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/hexagon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,3 @@ head-y := arch/hexagon/kernel/head.o
core-y += arch/hexagon/kernel/ \
arch/hexagon/mm/ \
arch/hexagon/lib/

# arch/hexagon/platform/common/
#
#core-$(CONFIG_HEXAGON_COMET) += arch/hexagon/platform/comet/
#machine-$(CONFIG_HEXAGON_COMET) := comet

0 comments on commit c832883

Please sign in to comment.