diff --git a/SuperBuild/CMake/External_otb.cmake b/SuperBuild/CMake/External_otb.cmake
index b1423529ab8617b040407898e6787a640570173d..ac4fdb454342bd7eafc054f354c275ea484d9c1e 100644
--- a/SuperBuild/CMake/External_otb.cmake
+++ b/SuperBuild/CMake/External_otb.cmake
@@ -162,7 +162,6 @@ ExternalProject_Add(${proj}
       -DOTB_DATA_ROOT:STRING=${OTB_DATA_ROOT}
       -DOTB_USE_6S:BOOL=${OTB_USE_6S}
       -DOTB_USE_CURL:BOOL=${OTB_USE_CURL}
-      -DOTB_USE_EDISON:BOOL=${OTB_USE_EDISON}
       -DOTB_USE_LIBKML:BOOL=${OTB_USE_LIBKML}
       -DOTB_USE_LIBSVM:BOOL=${OTB_USE_LIBSVM}
       -DOTB_USE_MAPNIK:BOOL=${OTB_USE_MAPNIK}
diff --git a/SuperBuild/CMakeLists.txt b/SuperBuild/CMakeLists.txt
index 5ff448ff8a889b8719ee4bc7510a29032c2f7ac7..66d317285b1df4883fd692d60ac86ada21d4aca0 100644
--- a/SuperBuild/CMakeLists.txt
+++ b/SuperBuild/CMakeLists.txt
@@ -96,7 +96,6 @@ SETUP_SYSTEM_LIBRARY(PROJECT QT4 DEFAULT ON)
 # Call OTB
 option(OTB_USE_6S "Enable module 6S in OTB" ON)
 option(OTB_USE_CURL "Enable module Curl in OTB" ON)
-option(OTB_USE_EDISON "Enable module Edison in OTB" ON)
 option(OTB_USE_LIBKML "Enable module libKML in OTB" ON)
 option(OTB_USE_LIBSVM "Enable module libSVM in OTB" ON)
 option(OTB_USE_MAPNIK "Enable module Mapnik in OTB" OFF)