summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-10 12:43:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-10 12:43:05 +0100
commit964f8bd2a5d4971f35f8e7237543f01322e49ec9 (patch)
treea1a76561a01e76d6168f29b878c9ce8d2bd33938 /target
parented0cbf11579279dd9ea8f33d5b6e387cedc278db (diff)
fix dependencies for foxboard usb support
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.fs6
-rw-r--r--target/linux/config/Config.in.fsnet2
-rw-r--r--target/linux/config/Config.in.nls76
-rw-r--r--target/linux/config/Config.in.usb3
4 files changed, 44 insertions, 43 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index 8631b486e..f075c4749 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -83,7 +83,7 @@ config ADK_KPACKAGE_KMOD_EXT4_FS
config ADK_KPACKAGE_KMOD_HFSPLUS_FS
prompt "kmod-fs-hfsplus................... HFS+ filesystem support"
tristate
- select ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
select ADK_KPACKAGE_KMOD_NLS_UTF8
default n
help
@@ -101,7 +101,7 @@ source "package/ntfs-3g/Config.in"
config ADK_KPACKAGE_KMOD_NTFS_FS
prompt "kmod-fs-ntfs...................... NTFS file system support"
tristate
- select ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
default n
help
NTFS is the file system of Microsoft Windows NT, 2000, XP and 2003.
@@ -133,7 +133,7 @@ config ADK_KERNEL_FAT_FS
config ADK_KPACKAGE_KMOD_VFAT_FS
prompt "kmod-fs-vfat...................... VFAT filesystem support"
select ADK_KERNEL_FAT_FS
- select ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
select ADK_KPACKAGE_KMOD_NLS_CODEPAGE_850
select ADK_KPACKAGE_KMOD_NLS_ISO8859_1
tristate
diff --git a/target/linux/config/Config.in.fsnet b/target/linux/config/Config.in.fsnet
index 78c21d52c..71236c47f 100644
--- a/target/linux/config/Config.in.fsnet
+++ b/target/linux/config/Config.in.fsnet
@@ -1,6 +1,6 @@
config ADK_KPACKAGE_KMOD_CIFS
prompt "kmod-fs-cifs...................... CIFS support"
- select ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
tristate
default n
help
diff --git a/target/linux/config/Config.in.nls b/target/linux/config/Config.in.nls
index 6933bad20..517f5b5f9 100644
--- a/target/linux/config/Config.in.nls
+++ b/target/linux/config/Config.in.nls
@@ -23,7 +23,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_437
prompt "kmod-nls-codepage-437........... Codepage 437 (United States, Canada)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored
@@ -38,7 +38,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_737
prompt "kmod-nls-codepage-737........... Codepage 737 (Greek)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored
@@ -53,7 +53,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_775
prompt "kmod-nls-codepage-775........... Codepage 775 (Baltic Rim)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored
@@ -69,7 +69,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_850
prompt "kmod-nls-codepage-850........... Codepage 850 (Western European Languages)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -86,7 +86,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_852
prompt "kmod-nls-codepage-852........... Codepage 852 (Eastern European Languages)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -104,7 +104,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_855
prompt "kmod-nls-codepage-855........... Codepage 855 (Cyrillic)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -118,7 +118,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_857
prompt "kmod-nls-codepage-857........... Codepage 857 (Turkish)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -132,7 +132,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_860
prompt "kmod-nls-codepage-860........... Codepage 860 (Portuguese)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -146,7 +146,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_861
prompt "kmod-nls-codepage-861........... Codepage 861 (Icelandic)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -160,7 +160,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_862
prompt "kmod-nls-codepage-862........... Codepage 862 (Hebrew)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -174,7 +174,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_863
prompt "kmod-nls-codepage-863........... Codepage 863 (French Canadian)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -189,7 +189,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_864
prompt "kmod-nls-codepage-864........... Codepage 864 (Arabic)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -203,7 +203,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_865
prompt "kmod-nls-codepage-865........... Codepage 865 (Norwegian, Danish)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -218,7 +218,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_866
prompt "kmod-nls-codepage-866........... Codepage 866 (Cyrillic/Russian)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -233,7 +233,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_869
prompt "kmod-nls-codepage-869........... Codepage 869 (Greek)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -247,7 +247,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_874
prompt "kmod-nls-codepage-874........... Codepage 874 (Thai)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -261,7 +261,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_932
prompt "kmod-nls-codepage-932........... Codepage 932 (Japanese)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -277,7 +277,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_936
prompt "kmod-nls-codepage-936........... Codepage 936 (Simplified Chinese)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -292,7 +292,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_949
prompt "kmod-nls-codepage-949........... Codepage 949 (Korean)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -306,7 +306,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_950
prompt "kmod-nls-codepage-950........... Codepage 950 (Traditional Chinese)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -321,7 +321,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_1250
prompt "kmod-nls-codepage-1250.......... Codepage 1250 (Slavic/Central European)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CDROMs
@@ -335,7 +335,7 @@ config ADK_KPACKAGE_KMOD_NLS_CODEPAGE_1251
prompt "kmod-nls-codepage-1251.......... Codepage 1251 (Bulgarian, Belarusian)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
The Microsoft FAT file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -350,7 +350,7 @@ config ADK_KPACKAGE_KMOD_NLS_ASCII
prompt "kmod-nls-ascii.................. ASCII (United States)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
An ASCII NLS module is needed if you want to override the
DEFAULT NLS with this very basic charset and don't want any
@@ -360,7 +360,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_1
prompt "kmod-nls-iso8859-1.............. NLS ISO 8859-1 (Latin-1; Western European Languages)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -375,7 +375,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_2
prompt "kmod-nls-iso8859-2.............. NLS ISO 8859-2 (Latin-2; Central European Languages)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -389,7 +389,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_3
prompt "kmod-nls-iso8859-3.............. NLS ISO 8859-3 (Latin-3; Esperanto, Galician, Maltese, Turkish)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -402,7 +402,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_4
prompt "kmod-nls-iso8859-4.............. NLS ISO 8859-4 (Latin-4; old Baltic charset)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -415,7 +415,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_5
prompt "kmod-nls-iso8859-5.............. NLS ISO 8859-5 (Cyrillic)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -429,7 +429,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_6
prompt "kmod-nls-iso8859-6.............. NLS ISO 8859-6 (Arabic)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -441,7 +441,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_7
prompt "kmod-nls-iso8859-7.............. NLS ISO 8859-7 (Greek)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -453,7 +453,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_8
prompt "kmod-nls-iso8859-8.............. NLS ISO 8859-8 (Hebrew)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -465,7 +465,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_9
prompt "kmod-nls-iso8859-9.............. NLS ISO 8859-9 (Latin-5; Turkish)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -478,7 +478,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_13
prompt "kmod-nls-iso8859-13............. NLS ISO 8859-13 (Latin-7; Baltic Rim)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -491,7 +491,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_14
prompt "kmod-nls-iso8859-14............. NLS ISO 8859-14 (Latin-8; Celtic)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -505,7 +505,7 @@ config ADK_KPACKAGE_KMOD_NLS_ISO8859_15
prompt "kmod-nls-iso8859-15............. NLS ISO 8859-15 (Latin-9; Western European Languages with Euro)"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -524,7 +524,7 @@ config ADK_KPACKAGE_KMOD_NLS_KOI8_R
prompt "kmod-nls-koi8-r................. NLS KOI8-R (Cryllic for Russian and Bulgarian"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -536,7 +536,7 @@ config ADK_KPACKAGE_KMOD_NLS_KOI8_U
prompt "kmod-nls-koi8-u................. NLS KOI8-U (Cyrillic for Russian, Bulgarian and Ukrainian"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
@@ -548,7 +548,7 @@ config ADK_KPACKAGE_KMOD_NLS_UTF8
prompt "kmod-nls-utf8................... NLS UTF8"
tristate
default n
- depends on ADK_KPACKAGE_KMOD_NLS
+ select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
help
If you want to display filenames with native language characters
from the Microsoft FAT file system family or from JOLIET CD-ROMs
diff --git a/target/linux/config/Config.in.usb b/target/linux/config/Config.in.usb
index f66fbeee0..57b2a649f 100644
--- a/target/linux/config/Config.in.usb
+++ b/target/linux/config/Config.in.usb
@@ -15,8 +15,9 @@ config ADK_KERNEL_USB_SERIAL
config ADK_KPACKAGE_KMOD_USB
prompt "kmod-usb-core..................... USB support"
tristate
- default y if ADK_LINUX_X86_ALIX1C || ADK_LINUX_CRIS_FOXBOARD
+ default y if ADK_LINUX_X86_ALIX1C
default n
+ depends on !ADK_LINUX_CRIS_FOXBOARD
select ADK_KERNEL_NLS
select ADK_KERNEL_USB_DEVICEFS
help