[[diary/Nagura]]

 594日

・linux-3.15-rc5 at unicon Plamo-5.2 x86

 もうrc6になっていたらごめんという感じだけれど~
 いつものとおりコンソールで日本語表示を確認した。~
~
 今回はとってもひやっとしたもうだめかとおもったが~
 configまわりだけだったので命拾い(オーバーだなあ)~
~
#cat /usr/src/linux/drivers/video/Kconfig~
~
#
# Video configuration
#

menu "Graphics support"~
       depends on HAS_IOMEM

config UNICON~
        bool "UNICON console support"~
        depends on FB~
        select FRAMEBUFFER_CONSOLE~
        help~
          This is UNICON CJK display system lower level driver and API.~
          Unikey and CJK font modules are included in the UNICON package.~
          If you want to use UNICON, say Y here. If unsure, say N.~
~
        source "drivers/video/unicon/Kconfig"~


config HAVE_FB_ATMEL~
        bool~
~
config SH_MIPI_DSI~
         tristate~
         depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK

config SH_LCD_MIPI_DSI~
        bool

source "drivers/char/agp/Kconfig"

source "drivers/gpu/vga/Kconfig"

source "drivers/gpu/host1x/Kconfig"

menu "Direct Rendering Manager"
source "drivers/gpu/drm/Kconfig"~
endmenu

menu "Frame buffer Devices"
source "drivers/video/fbdev/Kconfig"~
endmenu

source "drivers/video/backlight/Kconfig"

config VGASTATE~
       tristate~
       default n~

config VIDEOMODE_HELPERS~
        bool

config HDMI~
        bool

if VT~
       source "drivers/video/console/Kconfig"~
endif

if FB || SGI_NEWPORT_CONSOLE~
       source "drivers/video/logo/Kconfig"~

endif~


endmenu

#cat  /usr/src/linux/drivers/video/Makefile~
~  
obj-$(CONFIG_VGASTATE)            += vgastate.o~
obj-$(CONFIG_HDMI)                += hdmi.o~
~
obj-$(CONFIG_VT)                  += console/~
obj-$(CONFIG_LOGO)                += logo/~
obj-y                             += backlight/

obj-y                             += fbdev/
~
ifeq ($(CONFIG_UNICON),y)~
subdir-m                         += unicon~
endif~
~
obj-$(CONFIG_VIDEOMODE_HELPERS) += display_timing.o videomode.o~
ifeq ($(CONFIG_OF),y)~
obj-$(CONFIG_VIDEOMODE_HELPERS) += of_display_timing.o of_videomode.o~
endif~
~
な感じにしてカーネルをビルドし動いてくれました。

#comment

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS