diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/fic-gta01.conf | 5 | ||||
-rw-r--r-- | conf/machine/fic-gta02.conf | 5 | ||||
-rw-r--r-- | conf/machine/palmld.conf | 1 | ||||
-rw-r--r-- | conf/machine/palmt650.conf | 15 | ||||
-rw-r--r-- | conf/machine/palmtt5.conf | 16 | ||||
-rw-r--r-- | conf/machine/palmz72.conf | 2 |
6 files changed, 32 insertions, 12 deletions
diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index bdfc3a6f47..4e07379582 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -11,8 +11,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-gta01" MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone" -MACHINE_EXTRA_RDEPENDS = "alsa-state" - # package machine specific modules MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-gta01-pm-bt \ @@ -26,9 +24,6 @@ MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-snd-soc-smdk2440 \ kernel-module-nls-iso8859-1 \ kernel-module-nls-cp437 \ - \ - alsa-state \ - alsa-states \ " # do not outcomment, we bypass the sysvinit.bb logic here -- see FIC GTA01 inittab diff --git a/conf/machine/fic-gta02.conf b/conf/machine/fic-gta02.conf index de6de24ec1..45483fd21e 100644 --- a/conf/machine/fic-gta02.conf +++ b/conf/machine/fic-gta02.conf @@ -11,8 +11,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-gta02" MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone wifi" -MACHINE_EXTRA_RDEPENDS = "alsa-state" - # package machine specific modules MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-gta01-pm-bt \ @@ -26,9 +24,6 @@ MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-snd-soc-smdk2440 \ kernel-module-nls-iso8859-1 \ kernel-module-nls-cp437 \ - \ - alsa-state \ - alsa-states \ " SERIAL_CONSOLE = "115200 ttySAC2" diff --git a/conf/machine/palmld.conf b/conf/machine/palmld.conf index 99d85977b9..b64a66ff60 100644 --- a/conf/machine/palmld.conf +++ b/conf/machine/palmld.conf @@ -24,7 +24,6 @@ MACHINE_EXTRA_RRECOMMENDS += "\ kernel-module-pxapwm-bl \ kernel-module-snd-pxa2xx-ac97 \ kernel-module-snd-pxa2xx-pcm \ - kernel-module-wm97xx-ts \ " # diff --git a/conf/machine/palmt650.conf b/conf/machine/palmt650.conf new file mode 100644 index 0000000000..90690fd5f4 --- /dev/null +++ b/conf/machine/palmt650.conf @@ -0,0 +1,15 @@ +#@TYPE: Machine +#@NAME: Palm Treo 650 +#@DESCRIPTION: Machine configuration for the Palm TX + +require conf/machine/include/palm.conf + +ROOT_FLASH_SIZE = "100" + +SERIAL_CONSOLE = "115200 ttyS0" + +GUI_MACHINE_CLASS = "bigscreen" + +MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxa27x-keyboard \ + kernel-module-pxapwm-bl \ + kernel-module-wm97xx-ts" diff --git a/conf/machine/palmtt5.conf b/conf/machine/palmtt5.conf new file mode 100644 index 0000000000..aedaf4ba30 --- /dev/null +++ b/conf/machine/palmtt5.conf @@ -0,0 +1,16 @@ +#@TYPE: Machine +#@NAME: Palm Tungsten T5 +#@DESCRIPTION: Machine configuration for the Palm Tungsten T5 + +require conf/machine/include/palm.conf + +ROOT_FLASH_SIZE = "100" + +SERIAL_CONSOLE = "115200 ttyS0" + +GUI_MACHINE_CLASS = "bigscreen" + +MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxa27x-keyboard \ + kernel-module-pxapwm-bl \ + kernel-module-wm97xx-ts \ + kernel-module-palmt5-battery" diff --git a/conf/machine/palmz72.conf b/conf/machine/palmz72.conf index 8bcdfc0eef..2e787a89f3 100644 --- a/conf/machine/palmz72.conf +++ b/conf/machine/palmz72.conf @@ -14,9 +14,9 @@ GUI_MACHINE_CLASS = "bigscreen" require conf/machine/include/tune-thumb.conf MACHINE_EXTRA_RRECOMMENDS += "kernel-module-i2c-pxa \ - kernel-module-i2c-core \ kernel-module-i2c-algo-pxa \ kernel-module-i2c-dev \ + kernel-module-wm97xx-ts \ kernel-module-palmz72-battery" module_autoload_g_ether = "g_ether" |