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
Kirill Smelkov
linux
Commits
c13eb152
Commit
c13eb152
authored
Sep 25, 2003
by
Christoph Hellwig
Committed by
David S. Miller
Sep 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NET]: Consolidate ax25/isdn/bluetooth Kconfig inclusion.
parent
0123d4ef
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
6 additions
and
96 deletions
+6
-96
arch/alpha/Kconfig
arch/alpha/Kconfig
+0
-4
arch/arm/Kconfig
arch/arm/Kconfig
+0
-5
arch/arm26/Kconfig
arch/arm26/Kconfig
+0
-5
arch/cris/Kconfig
arch/cris/Kconfig
+0
-4
arch/h8300/Kconfig
arch/h8300/Kconfig
+0
-6
arch/i386/Kconfig
arch/i386/Kconfig
+0
-6
arch/ia64/Kconfig
arch/ia64/Kconfig
+0
-5
arch/m68knommu/Kconfig
arch/m68knommu/Kconfig
+0
-6
arch/mips/Kconfig
arch/mips/Kconfig
+0
-6
arch/parisc/Kconfig
arch/parisc/Kconfig
+0
-8
arch/ppc/Kconfig
arch/ppc/Kconfig
+0
-6
arch/ppc64/Kconfig
arch/ppc64/Kconfig
+0
-6
arch/sh/Kconfig
arch/sh/Kconfig
+0
-6
arch/sparc/Kconfig
arch/sparc/Kconfig
+0
-5
arch/sparc64/Kconfig
arch/sparc64/Kconfig
+0
-6
arch/v850/Kconfig
arch/v850/Kconfig
+0
-6
arch/x86_64/Kconfig
arch/x86_64/Kconfig
+0
-6
net/Kconfig
net/Kconfig
+6
-0
No files found.
arch/alpha/Kconfig
View file @
c13eb152
...
...
@@ -654,8 +654,6 @@ source "drivers/ieee1394/Kconfig"
source "net/Kconfig"
source "net/ax25/Kconfig"
source "drivers/isdn/Kconfig"
source "drivers/cdrom/Kconfig"
...
...
@@ -675,8 +673,6 @@ source "sound/Kconfig"
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
source "arch/alpha/oprofile/Kconfig"
menu "Kernel hacking"
...
...
arch/arm/Kconfig
View file @
c13eb152
...
...
@@ -612,11 +612,6 @@ source "drivers/acorn/block/Kconfig"
source "net/Kconfig"
# source net/ax25/Config.in
source "net/irda/Kconfig"
source "net/ax25/Kconfig"
source "drivers/ide/Kconfig"
source "drivers/scsi/Kconfig"
...
...
arch/arm26/Kconfig
View file @
c13eb152
...
...
@@ -203,8 +203,6 @@ source "drivers/md/Kconfig"
source "net/Kconfig"
source "net/irda/Kconfig"
source "drivers/ide/Kconfig"
source "drivers/scsi/Kconfig"
...
...
@@ -239,9 +237,6 @@ source "drivers/misc/Kconfig"
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
menu "Kernel hacking"
# RMK wants arm kernels compiled with frame pointers so hardwire this to y.
...
...
arch/cris/Kconfig
View file @
c13eb152
...
...
@@ -178,10 +178,6 @@ source "drivers/message/i2o/Kconfig"
source "net/Kconfig"
source "net/ax25/Kconfig"
source "net/irda/Kconfig"
source "drivers/isdn/Kconfig"
source "drivers/telephony/Kconfig"
...
...
arch/h8300/Kconfig
View file @
c13eb152
...
...
@@ -191,10 +191,6 @@ source "drivers/ide/Kconfig"
source "net/Kconfig"
source "net/ax25/Kconfig"
source "net/irda/Kconfig"
source "drivers/isdn/Kconfig"
source "drivers/telephony/Kconfig"
...
...
@@ -352,8 +348,6 @@ source "fs/Kconfig"
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
menu "Kernel hacking"
...
...
arch/i386/Kconfig
View file @
c13eb152
...
...
@@ -1144,10 +1144,6 @@ source "drivers/message/i2o/Kconfig"
source "net/Kconfig"
source "net/ax25/Kconfig"
source "net/irda/Kconfig"
source "drivers/isdn/Kconfig"
source "drivers/telephony/Kconfig"
...
...
@@ -1170,8 +1166,6 @@ source "sound/Kconfig"
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
source "arch/i386/oprofile/Kconfig"
...
...
arch/ia64/Kconfig
View file @
c13eb152
...
...
@@ -524,8 +524,6 @@ source "net/Kconfig"
if !IA64_HP_SIM
source "net/ax25/Kconfig"
source "drivers/isdn/Kconfig"
source "drivers/cdrom/Kconfig"
...
...
@@ -573,9 +571,6 @@ source "sound/Kconfig"
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
endif
source "lib/Kconfig"
...
...
arch/m68knommu/Kconfig
View file @
c13eb152
...
...
@@ -530,10 +530,6 @@ source "drivers/message/i2o/Kconfig"
source "net/Kconfig"
source "net/ax25/Kconfig"
source "net/irda/Kconfig"
source "drivers/isdn/Kconfig"
source "drivers/telephony/Kconfig"
...
...
@@ -556,8 +552,6 @@ source "sound/Kconfig"
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
menu "Kernel hacking"
...
...
arch/mips/Kconfig
View file @
c13eb152
...
...
@@ -1228,10 +1228,6 @@ source "drivers/message/i2o/Kconfig"
source "net/Kconfig"
source "net/ax25/Kconfig"
source "net/irda/Kconfig"
source "drivers/isdn/Kconfig"
source "drivers/telephony/Kconfig"
...
...
@@ -1288,8 +1284,6 @@ endmenu
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
menu "Kernel hacking"
...
...
arch/parisc/Kconfig
View file @
c13eb152
...
...
@@ -190,12 +190,6 @@ source drivers/message/fusion/Kconfig
#source drivers/message/i2o/Kconfig
source "net/Kconfig"
#source "net/ax25/Kconfig"
source "net/irda/Kconfig"
#source "drivers/isdn/Kconfig"
#source "drivers/telephony/Kconfig"
...
...
@@ -217,8 +211,6 @@ source "sound/Kconfig"
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
source "arch/parisc/oprofile/Kconfig"
menu "Kernel hacking"
...
...
arch/ppc/Kconfig
View file @
c13eb152
...
...
@@ -1133,10 +1133,6 @@ source "drivers/message/i2o/Kconfig"
source "net/Kconfig"
source "net/ax25/Kconfig"
source "net/irda/Kconfig"
source "drivers/isdn/Kconfig"
source "drivers/video/Kconfig"
...
...
@@ -1314,8 +1310,6 @@ endmenu
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
source "lib/Kconfig"
...
...
arch/ppc64/Kconfig
View file @
c13eb152
...
...
@@ -252,10 +252,6 @@ source "drivers/message/i2o/Kconfig"
source "net/Kconfig"
source "net/ax25/Kconfig"
source "net/irda/Kconfig"
source "drivers/isdn/Kconfig"
source "drivers/telephony/Kconfig"
...
...
@@ -277,8 +273,6 @@ source "sound/Kconfig"
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
menu "iSeries device drivers"
depends on PPC_ISERIES
...
...
arch/sh/Kconfig
View file @
c13eb152
...
...
@@ -753,10 +753,6 @@ source "drivers/ieee1394/Kconfig"
source
"net/Kconfig"
source
"net/ax25/Kconfig"
source
"net/irda/Kconfig"
source
"drivers/isdn/Kconfig"
source
"drivers/telephony/Kconfig"
...
...
@@ -1140,8 +1136,6 @@ source "sound/Kconfig"
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
menu "Kernel hacking"
...
...
arch/sparc/Kconfig
View file @
c13eb152
...
...
@@ -448,8 +448,6 @@ source "drivers/fc4/Kconfig"
source "net/Kconfig"
source "net/ax25/Kconfig"
# This one must be before the filesystem configs. -DaveM
menu "Unix98 PTY support"
...
...
@@ -506,9 +504,6 @@ source "sound/Kconfig"
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
menu "Watchdog"
config SOFT_WATCHDOG
...
...
arch/sparc64/Kconfig
View file @
c13eb152
...
...
@@ -628,10 +628,6 @@ source "drivers/ieee1394/Kconfig"
source "net/Kconfig"
source "net/ax25/Kconfig"
source "net/irda/Kconfig"
source "drivers/isdn/Kconfig"
source "drivers/telephony/Kconfig"
...
...
@@ -735,8 +731,6 @@ source "sound/Kconfig"
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
menu "Watchdog"
...
...
arch/v850/Kconfig
View file @
c13eb152
...
...
@@ -301,10 +301,6 @@ source "drivers/message/i2o/Kconfig"
source "net/Kconfig"
source "net/ax25/Kconfig"
source "net/irda/Kconfig"
source "drivers/isdn/Kconfig"
#source "drivers/telephony/Kconfig"
...
...
@@ -327,8 +323,6 @@ source "sound/Kconfig"
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
menu "Kernel hacking"
...
...
arch/x86_64/Kconfig
View file @
c13eb152
...
...
@@ -411,10 +411,6 @@ source "drivers/ieee1394/Kconfig"
#source drivers/message/i2o/Config.in
source "net/Kconfig"
source "net/ax25/Kconfig"
source "net/irda/Kconfig"
source "drivers/isdn/Kconfig"
# no support for non IDE/SCSI cdroms as they were all ISA only
...
...
@@ -437,8 +433,6 @@ source "sound/Kconfig"
source "drivers/usb/Kconfig"
source "net/bluetooth/Kconfig"
source "arch/x86_64/oprofile/Kconfig"
menu "Kernel hacking"
...
...
net/Kconfig
View file @
c13eb152
...
...
@@ -664,4 +664,10 @@ endmenu
source "drivers/net/Kconfig"
source "net/ax25/Kconfig"
source "net/irda/Kconfig"
source "net/bluetooth/Kconfig"
endmenu
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