powerpc/85xx: Add support for the "socrates" board (MPC8544).
Supported are Ethernet, serial console, I2C, I2C-based RTC and
temperature sensors, NOR and NAND flash, PCI, USB, CAN and Lime
display controller.
The multiplexing of FPGA interrupts onto PowerPC interrupt lines is
supported through our own fpga_pic interrupt controller driver.
For example the SJA1000 controller is level low sensitive connected to
fpga_pic line 2 and is routed to the second (of three) irq lines to
the CPU:
can@3,100 {
compatible = "philips,sja1000";
reg = <3 0x100 0x80>;
interrupts = <2 2>;
interrupts = <2 8 1>; // number, type, routing
interrupt-parent = <&fpga_pic>;
};
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-03-22 20:58:43 +07:00
|
|
|
CONFIG_PPC_85xx=y
|
|
|
|
CONFIG_EXPERIMENTAL=y
|
|
|
|
CONFIG_SYSVIPC=y
|
|
|
|
CONFIG_LOG_BUF_SHIFT=16
|
|
|
|
CONFIG_BLK_DEV_INITRD=y
|
|
|
|
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
|
2011-01-21 05:44:16 +07:00
|
|
|
CONFIG_EXPERT=y
|
powerpc/85xx: Add support for the "socrates" board (MPC8544).
Supported are Ethernet, serial console, I2C, I2C-based RTC and
temperature sensors, NOR and NAND flash, PCI, USB, CAN and Lime
display controller.
The multiplexing of FPGA interrupts onto PowerPC interrupt lines is
supported through our own fpga_pic interrupt controller driver.
For example the SJA1000 controller is level low sensitive connected to
fpga_pic line 2 and is routed to the second (of three) irq lines to
the CPU:
can@3,100 {
compatible = "philips,sja1000";
reg = <3 0x100 0x80>;
interrupts = <2 2>;
interrupts = <2 8 1>; // number, type, routing
interrupt-parent = <&fpga_pic>;
};
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-03-22 20:58:43 +07:00
|
|
|
# CONFIG_KALLSYMS is not set
|
|
|
|
# CONFIG_HOTPLUG is not set
|
|
|
|
# CONFIG_EPOLL is not set
|
|
|
|
CONFIG_MODULES=y
|
|
|
|
CONFIG_MODULE_UNLOAD=y
|
|
|
|
CONFIG_MODULE_FORCE_UNLOAD=y
|
|
|
|
# CONFIG_BLK_DEV_BSG is not set
|
|
|
|
CONFIG_SOCRATES=y
|
|
|
|
CONFIG_MATH_EMULATION=y
|
2010-01-06 22:25:54 +07:00
|
|
|
CONFIG_SPARSE_IRQ=y
|
powerpc/85xx: Add support for the "socrates" board (MPC8544).
Supported are Ethernet, serial console, I2C, I2C-based RTC and
temperature sensors, NOR and NAND flash, PCI, USB, CAN and Lime
display controller.
The multiplexing of FPGA interrupts onto PowerPC interrupt lines is
supported through our own fpga_pic interrupt controller driver.
For example the SJA1000 controller is level low sensitive connected to
fpga_pic line 2 and is routed to the second (of three) irq lines to
the CPU:
can@3,100 {
compatible = "philips,sja1000";
reg = <3 0x100 0x80>;
interrupts = <2 2>;
interrupts = <2 8 1>; // number, type, routing
interrupt-parent = <&fpga_pic>;
};
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-03-22 20:58:43 +07:00
|
|
|
CONFIG_PCI=y
|
|
|
|
CONFIG_NET=y
|
|
|
|
CONFIG_PACKET=y
|
|
|
|
CONFIG_UNIX=y
|
|
|
|
CONFIG_INET=y
|
|
|
|
CONFIG_IP_MULTICAST=y
|
|
|
|
CONFIG_IP_PNP=y
|
|
|
|
CONFIG_IP_PNP_DHCP=y
|
|
|
|
CONFIG_IP_PNP_BOOTP=y
|
|
|
|
CONFIG_SYN_COOKIES=y
|
|
|
|
# CONFIG_INET_LRO is not set
|
|
|
|
# CONFIG_IPV6 is not set
|
|
|
|
CONFIG_CAN=y
|
|
|
|
CONFIG_CAN_RAW=y
|
|
|
|
CONFIG_CAN_BCM=y
|
|
|
|
CONFIG_MTD=y
|
|
|
|
CONFIG_MTD_CONCAT=y
|
|
|
|
CONFIG_MTD_CMDLINE_PARTS=y
|
|
|
|
CONFIG_MTD_OF_PARTS=y
|
|
|
|
CONFIG_MTD_CHAR=y
|
|
|
|
CONFIG_MTD_BLOCK=y
|
|
|
|
CONFIG_MTD_CFI=y
|
|
|
|
CONFIG_MTD_JEDECPROBE=y
|
|
|
|
CONFIG_MTD_CFI_AMDSTD=y
|
|
|
|
CONFIG_MTD_PHYSMAP_OF=y
|
|
|
|
CONFIG_MTD_NAND=y
|
|
|
|
CONFIG_MTD_NAND_SOCRATES=y
|
|
|
|
CONFIG_BLK_DEV_LOOP=y
|
|
|
|
CONFIG_BLK_DEV_RAM=y
|
|
|
|
CONFIG_BLK_DEV_RAM_SIZE=32768
|
|
|
|
CONFIG_SCSI=y
|
|
|
|
CONFIG_BLK_DEV_SD=y
|
|
|
|
# CONFIG_SCSI_LOWLEVEL is not set
|
|
|
|
CONFIG_NETDEVICES=y
|
|
|
|
CONFIG_MARVELL_PHY=y
|
|
|
|
CONFIG_NET_ETHERNET=y
|
|
|
|
CONFIG_MII=y
|
|
|
|
CONFIG_GIANFAR=y
|
|
|
|
# CONFIG_NETDEV_10000 is not set
|
|
|
|
CONFIG_INPUT_MOUSEDEV_SCREEN_X=800
|
|
|
|
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=480
|
|
|
|
CONFIG_INPUT_EVDEV=y
|
|
|
|
# CONFIG_INPUT_KEYBOARD is not set
|
|
|
|
# CONFIG_INPUT_MOUSE is not set
|
|
|
|
CONFIG_INPUT_TOUCHSCREEN=y
|
|
|
|
# CONFIG_SERIO is not set
|
|
|
|
CONFIG_SERIAL_8250=y
|
|
|
|
CONFIG_SERIAL_8250_CONSOLE=y
|
|
|
|
CONFIG_SERIAL_8250_NR_UARTS=2
|
|
|
|
CONFIG_SERIAL_8250_RUNTIME_UARTS=2
|
|
|
|
CONFIG_SERIAL_8250_EXTENDED=y
|
|
|
|
CONFIG_SERIAL_8250_MANY_PORTS=y
|
|
|
|
CONFIG_SERIAL_8250_DETECT_IRQ=y
|
|
|
|
CONFIG_SERIAL_8250_RSA=y
|
|
|
|
CONFIG_HW_RANDOM=y
|
|
|
|
CONFIG_I2C=y
|
|
|
|
CONFIG_I2C_CHARDEV=y
|
2009-05-14 05:24:50 +07:00
|
|
|
CONFIG_I2C_MPC=y
|
powerpc/85xx: Add support for the "socrates" board (MPC8544).
Supported are Ethernet, serial console, I2C, I2C-based RTC and
temperature sensors, NOR and NAND flash, PCI, USB, CAN and Lime
display controller.
The multiplexing of FPGA interrupts onto PowerPC interrupt lines is
supported through our own fpga_pic interrupt controller driver.
For example the SJA1000 controller is level low sensitive connected to
fpga_pic line 2 and is routed to the second (of three) irq lines to
the CPU:
can@3,100 {
compatible = "philips,sja1000";
reg = <3 0x100 0x80>;
interrupts = <2 2>;
interrupts = <2 8 1>; // number, type, routing
interrupt-parent = <&fpga_pic>;
};
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-03-22 20:58:43 +07:00
|
|
|
CONFIG_SPI=y
|
2009-11-05 21:21:18 +07:00
|
|
|
CONFIG_HWMON_DEBUG_CHIP=y
|
powerpc/85xx: Add support for the "socrates" board (MPC8544).
Supported are Ethernet, serial console, I2C, I2C-based RTC and
temperature sensors, NOR and NAND flash, PCI, USB, CAN and Lime
display controller.
The multiplexing of FPGA interrupts onto PowerPC interrupt lines is
supported through our own fpga_pic interrupt controller driver.
For example the SJA1000 controller is level low sensitive connected to
fpga_pic line 2 and is routed to the second (of three) irq lines to
the CPU:
can@3,100 {
compatible = "philips,sja1000";
reg = <3 0x100 0x80>;
interrupts = <2 2>;
interrupts = <2 8 1>; // number, type, routing
interrupt-parent = <&fpga_pic>;
};
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-03-22 20:58:43 +07:00
|
|
|
CONFIG_SENSORS_LM75=y
|
|
|
|
CONFIG_SENSORS_W83781D=y
|
|
|
|
CONFIG_FB=y
|
2009-05-14 05:24:50 +07:00
|
|
|
CONFIG_FB_MB862XX=y
|
|
|
|
CONFIG_FB_MB862XX_LIME=y
|
powerpc/85xx: Add support for the "socrates" board (MPC8544).
Supported are Ethernet, serial console, I2C, I2C-based RTC and
temperature sensors, NOR and NAND flash, PCI, USB, CAN and Lime
display controller.
The multiplexing of FPGA interrupts onto PowerPC interrupt lines is
supported through our own fpga_pic interrupt controller driver.
For example the SJA1000 controller is level low sensitive connected to
fpga_pic line 2 and is routed to the second (of three) irq lines to
the CPU:
can@3,100 {
compatible = "philips,sja1000";
reg = <3 0x100 0x80>;
interrupts = <2 2>;
interrupts = <2 8 1>; // number, type, routing
interrupt-parent = <&fpga_pic>;
};
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-03-22 20:58:43 +07:00
|
|
|
# CONFIG_VGA_CONSOLE is not set
|
|
|
|
CONFIG_FRAMEBUFFER_CONSOLE=y
|
|
|
|
CONFIG_FONTS=y
|
|
|
|
CONFIG_FONT_8x16=y
|
|
|
|
CONFIG_USB=y
|
|
|
|
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
|
2009-05-14 05:24:50 +07:00
|
|
|
CONFIG_USB_MON=y
|
powerpc/85xx: Add support for the "socrates" board (MPC8544).
Supported are Ethernet, serial console, I2C, I2C-based RTC and
temperature sensors, NOR and NAND flash, PCI, USB, CAN and Lime
display controller.
The multiplexing of FPGA interrupts onto PowerPC interrupt lines is
supported through our own fpga_pic interrupt controller driver.
For example the SJA1000 controller is level low sensitive connected to
fpga_pic line 2 and is routed to the second (of three) irq lines to
the CPU:
can@3,100 {
compatible = "philips,sja1000";
reg = <3 0x100 0x80>;
interrupts = <2 2>;
interrupts = <2 8 1>; // number, type, routing
interrupt-parent = <&fpga_pic>;
};
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-03-22 20:58:43 +07:00
|
|
|
CONFIG_USB_EHCI_HCD=y
|
|
|
|
CONFIG_USB_OHCI_HCD=y
|
|
|
|
CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
|
|
|
|
CONFIG_USB_STORAGE=y
|
|
|
|
CONFIG_RTC_CLASS=y
|
|
|
|
CONFIG_EXT2_FS=y
|
|
|
|
CONFIG_EXT3_FS=y
|
2009-05-14 05:24:50 +07:00
|
|
|
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
|
powerpc/85xx: Add support for the "socrates" board (MPC8544).
Supported are Ethernet, serial console, I2C, I2C-based RTC and
temperature sensors, NOR and NAND flash, PCI, USB, CAN and Lime
display controller.
The multiplexing of FPGA interrupts onto PowerPC interrupt lines is
supported through our own fpga_pic interrupt controller driver.
For example the SJA1000 controller is level low sensitive connected to
fpga_pic line 2 and is routed to the second (of three) irq lines to
the CPU:
can@3,100 {
compatible = "philips,sja1000";
reg = <3 0x100 0x80>;
interrupts = <2 2>;
interrupts = <2 8 1>; // number, type, routing
interrupt-parent = <&fpga_pic>;
};
Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-03-22 20:58:43 +07:00
|
|
|
CONFIG_INOTIFY=y
|
|
|
|
CONFIG_PROC_KCORE=y
|
|
|
|
CONFIG_TMPFS=y
|
|
|
|
CONFIG_JFFS2_FS=y
|
|
|
|
CONFIG_CRAMFS=y
|
|
|
|
CONFIG_NFS_FS=y
|
|
|
|
CONFIG_NFS_V3=y
|
|
|
|
CONFIG_ROOT_NFS=y
|
|
|
|
CONFIG_PARTITION_ADVANCED=y
|
2009-05-14 05:24:50 +07:00
|
|
|
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
|
|
|
|
CONFIG_SYSCTL_SYSCALL_CHECK=y
|
|
|
|
# CONFIG_CRYPTO_ANSI_CPRNG is not set
|