Add a loongson-2e flavour.

svn path=/dists/trunk/linux/; revision=20854
This commit is contained in:
Aurelien Jarno 2013-12-05 10:16:53 +00:00
parent 71edc68822
commit b80c23d38d
32 changed files with 162 additions and 0 deletions

1
debian/changelog vendored
View File

@ -29,6 +29,7 @@ linux (3.12.3-1~exp1) UNRELEASED; urgency=low
[ Aurelien Jarno ]
* [mips/octeon] Add kernel udebs.
* [mipsel] Add a loongson-2e flavour.
-- Ben Hutchings <ben@decadent.org.uk> Fri, 22 Nov 2013 00:41:09 +0000

126
debian/config/mipsel/config.loongson-2e vendored Normal file
View File

@ -0,0 +1,126 @@
##
## file: arch/mips/Kconfig
##
## choice: System type
CONFIG_MACH_LOONGSON=y
## end choice
## choice: Kernel code model
# CONFIG_32BIT is not set
CONFIG_64BIT=y
## end choice
CONFIG_PCI=y
CONFIG_MIPS32_COMPAT=y
CONFIG_MIPS32_O32=y
CONFIG_MIPS32_N32=y
##
## file: arch/mips/loongson/Kconfig
##
## choice: Machine Type
CONFIG_LEMOTE_MACH2E=y
## end choice
##
## file: drivers/ata/Kconfig
##
CONFIG_ATA=y
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_PATA_VIA=y
##
## file: drivers/cpufreq/Kconfig
##
## choice: Default CPUFreq governor
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
## end choice
##
## file: drivers/input/touchscreen/Kconfig
##
CONFIG_INPUT_TOUCHSCREEN=y
##
## file: drivers/net/ethernet/amd/Kconfig
##
# CONFIG_PCNET32 is not set
##
## file: drivers/net/ethernet/micrel/Kconfig
##
# CONFIG_KSZ884X_PCI is not set
##
## file: drivers/net/ethernet/realtek/Kconfig
##
CONFIG_8139TOO=m
CONFIG_8139TOO_TUNE_TWISTER=y
##
## file: drivers/pci/pcie/Kconfig
##
# CONFIG_PCIEPORTBUS is not set
##
## file: drivers/scsi/Kconfig
##
# CONFIG_SCSI_LPFC is not set
##
## file: drivers/staging/sm7xxfb/Kconfig
##
CONFIG_FB_SM7XX=y
##
## file: drivers/tty/Kconfig
##
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
##
## file: drivers/tty/serial/8250/Kconfig
##
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
# CONFIG_SERIAL_8250_EXTENDED is not set
##
## file: drivers/usb/Kconfig
##
CONFIG_USB=m
##
## file: drivers/usb/host/Kconfig
##
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_ISP116X_HCD=m
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_UHCI_HCD=m
CONFIG_USB_SL811_HCD=m
##
## file: drivers/usb/mon/Kconfig
##
CONFIG_USB_MON=y
##
## file: drivers/video/Kconfig
##
CONFIG_VIDEO_OUTPUT_CONTROL=y
CONFIG_FB=y
CONFIG_FB_RADEON=y
##
## file: drivers/video/backlight/Kconfig
##
CONFIG_LCD_CLASS_DEVICE=y
CONFIG_LCD_PLATFORM=y
CONFIG_BACKLIGHT_GENERIC=m
##
## file: drivers/video/console/Kconfig
##
CONFIG_FRAMEBUFFER_CONSOLE=y

View File

@ -5,6 +5,7 @@ flavours:
sb1a-bcm91480b
4kc-malta
5kc-malta
loongson-2e
loongson-2f
kernel-arch: mips
@ -43,6 +44,10 @@ hardware-long: MIPS Malta boards (64-bit)
[5kc-malta_image]
configs: mips/config.5kc-malta
[loongson-2e_description]
hardware: Loongson 2E
hardware-long: Lemote Loongson 2E systems
[loongson-2f_description]
hardware: Loongson 2F
hardware-long: Lemote Loongson 2F systems

View File

@ -2,4 +2,5 @@
mipsel - sb1-bcm91250a - y -
mipsel - r5k-cobalt - y -
mipsel - 4kc-malta - y -
mipsel - loongson-2e - y -
mipsel - loongson-2f - y -

View File

@ -0,0 +1 @@
#include <btrfs-modules>

View File

@ -0,0 +1 @@
#include <cdrom-core-modules>

View File

@ -0,0 +1 @@
#include <crc-modules>

View File

@ -0,0 +1 @@
#include <crypto-dm-modules>

View File

@ -0,0 +1 @@
#include <crypto-modules>

View File

@ -0,0 +1 @@
#include <fat-modules>

View File

@ -0,0 +1 @@
#include <fuse-modules>

View File

@ -0,0 +1 @@
#include <input-modules>

View File

@ -0,0 +1 @@
#include <isofs-modules>

View File

@ -0,0 +1 @@
#include <jfs-modules>

View File

@ -0,0 +1 @@
# empty

View File

@ -0,0 +1 @@
#include <loop-modules>

View File

@ -0,0 +1 @@
#include <md-modules>

View File

@ -0,0 +1 @@
#include <multipath-modules>

View File

@ -0,0 +1 @@
#include <nbd-modules>

View File

@ -0,0 +1,2 @@
8139too
r8169

View File

@ -0,0 +1 @@
#include <nic-shared-modules>

View File

@ -0,0 +1 @@
#include <nic-usb-modules>

View File

@ -0,0 +1 @@
#include <ppp-modules>

View File

@ -0,0 +1 @@
#include <sata-modules>

View File

@ -0,0 +1 @@
#include <squashfs-modules>

View File

@ -0,0 +1 @@
#include <udf-modules>

View File

@ -0,0 +1 @@
#include <usb-modules>

View File

@ -0,0 +1 @@
#include <usb-storage-modules>

View File

@ -0,0 +1 @@
#include <virtio-modules>

View File

@ -0,0 +1 @@
#include <xfs-modules>

View File

@ -0,0 +1 @@
#include <zlib-modules>

View File

@ -7,4 +7,5 @@ Package: kernel-image
Provides_sb1-bcm91250a: ata-modules, ext2-modules, ext3-modules, ext4-modules, rtc-modules
Provides_r5k-cobalt: ata-modules, ext2-modules, ext3-modules, ext4-modules, rtc-modules
Provides_4kc-malta: ata-modules, ext2-modules, ext3-modules, ext4-modules, rtc-modules
Provides_loongson-2e: ata-modules, ext2-modules, ext3-modules, ext4-modules, rtc-modules
Provides_loongson-2f: ata-modules, ext2-modules, ext3-modules, ext4-modules, rtc-modules