Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
5042ab91
Commit
5042ab91
authored
Nov 15, 2011
by
Richard Kuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
various Kconfig cleanup and old platform build code removal
Signed-off-by:
Richard Kuo
<
rkuo@codeaurora.org
>
parent
393a86af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
22 deletions
+4
-22
arch/hexagon/Kconfig
arch/hexagon/Kconfig
+4
-17
arch/hexagon/Makefile
arch/hexagon/Makefile
+0
-5
No files found.
arch/hexagon/Kconfig
View file @
5042ab91
...
@@ -13,8 +13,8 @@ config HEXAGON
...
@@ -13,8 +13,8 @@ config HEXAGON
# select ARCH_REQUIRE_GPIOLIB
# select ARCH_REQUIRE_GPIOLIB
# select HAVE_CLK
# select HAVE_CLK
# select IRQ_PER_CPU
# select IRQ_PER_CPU
select HAVE_IRQ_WORK
# select GENERIC_PENDING_IRQ if SMP
# select GENERIC_PENDING_IRQ if SMP
select HAVE_IRQ_WORK
select GENERIC_ATOMIC64
select GENERIC_ATOMIC64
select HAVE_PERF_EVENTS
select HAVE_PERF_EVENTS
select HAVE_GENERIC_HARDIRQS
select HAVE_GENERIC_HARDIRQS
...
@@ -26,7 +26,7 @@ config HEXAGON
...
@@ -26,7 +26,7 @@ config HEXAGON
select NO_IOPORT
select NO_IOPORT
select GENERIC_IOMAP
select GENERIC_IOMAP
select GENERIC_SMP_IDLE_THREAD
select GENERIC_SMP_IDLE_THREAD
# mostly generic routines, with some accelerated ones
select STACKTRACE_SUPPORT
---help---
---help---
Qualcomm Hexagon is a processor architecture designed for high
Qualcomm Hexagon is a processor architecture designed for high
performance and low power across a wide variety of applications.
performance and low power across a wide variety of applications.
...
@@ -73,15 +73,6 @@ config GENERIC_CSUM
...
@@ -73,15 +73,6 @@ config GENERIC_CSUM
config GENERIC_IRQ_PROBE
config GENERIC_IRQ_PROBE
def_bool y
def_bool y
#config ZONE_DMA
# bool
# default y
config HAS_DMA
bool
select HAVE_DMA_ATTRS
default y
config NEED_SG_DMA_LENGTH
config NEED_SG_DMA_LENGTH
def_bool y
def_bool y
...
@@ -114,14 +105,11 @@ config GENERIC_BUG
...
@@ -114,14 +105,11 @@ config GENERIC_BUG
def_bool y
def_bool y
depends on BUG
depends on BUG
config BUG
def_bool y
menu "Machine selection"
menu "Machine selection"
choice
choice
prompt "System type"
prompt "System type"
default HEXAGON_
ARCH_V2
default HEXAGON_
COMET
config HEXAGON_COMET
config HEXAGON_COMET
bool "Comet Board"
bool "Comet Board"
...
@@ -194,8 +182,7 @@ source "kernel/Kconfig.hz"
...
@@ -194,8 +182,7 @@ source "kernel/Kconfig.hz"
source "kernel/time/Kconfig"
source "kernel/time/Kconfig"
config GENERIC_GPIO
config GENERIC_GPIO
bool "Generic GPIO support"
def_bool n
default n
endmenu
endmenu
...
...
arch/hexagon/Makefile
View file @
5042ab91
...
@@ -50,8 +50,3 @@ head-y := arch/hexagon/kernel/head.o
...
@@ -50,8 +50,3 @@ head-y := arch/hexagon/kernel/head.o
core-y
+=
arch
/hexagon/kernel/
\
core-y
+=
arch
/hexagon/kernel/
\
arch
/hexagon/mm/
\
arch
/hexagon/mm/
\
arch
/hexagon/lib/
arch
/hexagon/lib/
# arch/hexagon/platform/common/
#
#core-$(CONFIG_HEXAGON_COMET) += arch/hexagon/platform/comet/
#machine-$(CONFIG_HEXAGON_COMET) := comet
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment